home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / NetWarmer / source / MainWindow.h < prev    next >
Encoding:
Text File  |  1992-06-22  |  565 b   |  20 lines  |  [TEXT/KAHL]

  1. /* MainWindow.h */
  2. /* Created 3/13/4 1:08 PM by AppMaker */
  3.  
  4. /*----------*/
  5. void OpenMainWindow        (Str255        fName,
  6.                      short        vRefNum,
  7.                      short        fRefNum);
  8. void CloseMainWindow    (void);
  9. void MouseInMainWindow    (Point        where,
  10.                      short        modifiers);
  11. void TypeInMainWindow   (char        ch);
  12. void UpdateMainWindow    (void);
  13. void ActivateMainWindow (Boolean    activate);
  14. void ResizeMainWindow    (void);
  15. pascal void ScrollMainWindow    (short        newValue,
  16.                               short        oldValue);
  17. void ControlMainWindow    (ControlHandle    whichControl,
  18.                       short             whichPart,
  19.                      Point            where);
  20.